home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12485 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  813 b 

  1. Path: inforamp.net!ts13-11
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP:: Naming Conventions
  5. Date: Wed, 20 Mar 96 05:56:32 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4io6n5$n9v@sam.inforamp.net>
  8. References: <4in6gn$p2t@info.eng.octel.com>
  9. NNTP-Posting-Host: ts34-09.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4in6gn$p2t@info.eng.octel.com>, wdengel@ibm.net (Wayne) wrote:
  13. >class MyObject
  14. >..
  15. >MyObject m_MyInstance;        OK
  16. >MyObject *pm_MyInstance;    OK
  17. >but what about
  18. >MyObject *???_MyInstance[SomeNum]    What is the convention???
  19.  
  20. MyObject am_MyInstance;
  21. or...
  22. MyObject m_aMyInstance;
  23.  
  24. I've always used a to denote an array.
  25.  
  26.  
  27. Agrivar
  28.  
  29. aka     Randy Charles Morin
  30.     MiddleWorld SoftWare
  31.     Canada: 1-800-363-3780
  32.     Other:    905-279-2087
  33.